From ce0123ea584dd6052331962182f4360cdccceb29 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 14 Feb 2023 07:20:40 +0100 Subject: [PATCH] docs: Link from gdk_texture_download() to GdkTextureDownloader --- gdk/gdktexture.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index bac18dc9fe..c37fd248aa 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -722,6 +722,9 @@ gdk_texture_download_surface (GdkTexture *texture) * cairo_image_surface_get_stride (surface)); * cairo_surface_mark_dirty (surface); * ``` + * + * For more flexible download capabilites, see + * [struct@Gdk.TextureDownloader]. */ void gdk_texture_download (GdkTexture *texture, -- 2.30.2